-- card: 120809 from stack: in -- bmap block id: 120921 -- flags: 0000 -- background id: 2665 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=334 top=164 right=186 bottom=434 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1 ----- HyperTalk script ----- on mouseUp hide card field "cover" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=335 top=190 right=212 bottom=435 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 2 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=335 top=215 right=237 bottom=435 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 3 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=336 top=242 right=264 bottom=436 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 4 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=336 top=268 right=290 bottom=436 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 5 ----- HyperTalk script ----- on mouseUp global guess add 1 to guess end mouseUp -- part 6 (field) -- low flags: 00 -- high flags: 0001 -- rect: left=4 top=197 right=306 bottom=239 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cover -- part 7 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=337 top=297 right=319 bottom=437 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: RESTORE ----- HyperTalk script ----- on mouseUp global correct add 1 to correct global guess add 1 to guess show card field "cover" go next end mouseUp -- part contents for background part 1 ----- text ----- QUIZ -- part contents for background part 2 ----- text ----- 13Q What are the parental genotypes when one parent has AB blood type and the other B but among the children 25% are A, 25% are AB and 50% are B? 1. AB and BO 2. AB and BB 3. AB and OO 4. AA and BB 5. None of the above CORRECT! The AB phenotype has to be an AB genotype. That leaves the remaining parent either BB or BO. If it were BB, then 50% of the children would be AB, not 25%. Thus, the remaining parent must be BO.